home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / control / exit < prev    next >
Encoding:
Text File  |  1993-10-26  |  255 b   |  13 lines  |  [TEXT/$Tcl]

  1.  
  2.           exit ?returnCode?
  3.  
  4.  
  5.      DESCRIPTION
  6.           Terminate the process, returning returnCode to the system as
  7.           the  exit  status.   If  returnCode  isn't specified then it
  8.           defaults to 0.
  9.  
  10.  
  11.      KEYWORDS
  12.           exit, process
  13.